Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @json-schema-tools/dereferencer from 1.5.5 to 1.6.2 #859

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps @json-schema-tools/dereferencer from 1.5.5 to 1.6.2.

Release notes

Sourced from @​json-schema-tools/dereferencer's releases.

1.6.2

1.6.2 (2024-04-09)

Bug Fixes

1.6.1

1.6.1 (2023-02-27)

Bug Fixes

1.6.0

1.6.0 (2023-02-27)

Bug Fixes

  • no longer mutates original schema (9fdc908)
  • update to node 18 (fd5c184)
  • write test to show issue (8df84f4)

Features

  • add an option to toggle mutation of original schema (499657f)

1.5.7

1.5.7 (2022-10-05)

Bug Fixes

  • gh action for linting is broken (14bff9b)
  • lint fix (aebeed8)
  • remove refMap and fix infinite looping case (6c0c5b8)

1.5.6

1.5.6 (2022-10-05)

Bug Fixes

Changelog

Sourced from @​json-schema-tools/dereferencer's changelog.

1.6.2 (2024-04-09)

Bug Fixes

1.6.1 (2023-02-27)

Bug Fixes

1.6.0 (2023-02-27)

Bug Fixes

  • no longer mutates original schema (9fdc908)
  • update to node 18 (fd5c184)
  • write test to show issue (8df84f4)

Features

  • add an option to toggle mutation of original schema (499657f)

1.5.7 (2022-10-05)

Bug Fixes

  • gh action for linting is broken (14bff9b)
  • lint fix (aebeed8)
  • remove refMap and fix infinite looping case (6c0c5b8)

1.5.6 (2022-10-05)

Bug Fixes

Commits
  • 4bf39a9 chore(release): 1.6.2 [skip ci]
  • 7b5db3d Merge pull request #613 from json-schema-tools/fix/node-20
  • 8413967 fix: bump ci node versions
  • 7bcabd4 fix: bump to node 20
  • 9a6fa9b Merge pull request #612 from json-schema-tools/fix/bump-traverse
  • ca9060e fix: bump traverse
  • e73b135 Merge pull request #610 from json-schema-tools/dependabot/npm_and_yarn/types/...
  • c2213ee chore(deps-dev): bump @​types/node from 18.14.2 to 20.12.7
  • 85ffc66 Merge pull request #609 from json-schema-tools/dependabot/npm_and_yarn/babel/...
  • 0f38bd7 chore(deps-dev): bump @​babel/traverse from 7.19.3 to 7.24.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @BelfordZ.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2024
@dependabot dependabot bot requested a review from BelfordZ April 10, 2024 16:54
Copy link

codecov bot commented Apr 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cbd7295) to head (8c1af88).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #859   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          322       322           
  Branches        74        74           
=========================================
  Hits           322       322           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BelfordZ
Copy link
Member

BelfordZ commented May 7, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json-schema-tools/dereferencer-1.6.2 branch 2 times, most recently from 80e23ae to 1f2c11f Compare May 7, 2024 09:04
@BelfordZ
Copy link
Member

BelfordZ commented May 7, 2024

@dependabot rebase

Bumps [@json-schema-tools/dereferencer](https://github.com/json-schema-tools/dereferencer) from 1.5.5 to 1.6.2.
- [Release notes](https://github.com/json-schema-tools/dereferencer/releases)
- [Changelog](https://github.com/json-schema-tools/dereferencer/blob/master/CHANGELOG.md)
- [Commits](json-schema-tools/dereferencer@1.5.5...1.6.2)

---
updated-dependencies:
- dependency-name: "@json-schema-tools/dereferencer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json-schema-tools/dereferencer-1.6.2 branch from 1f2c11f to 8c1af88 Compare May 7, 2024 09:09
@BelfordZ
Copy link
Member

BelfordZ commented May 7, 2024

@dependabot merge

@BelfordZ BelfordZ merged commit f04923b into master May 7, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/json-schema-tools/dereferencer-1.6.2 branch May 7, 2024 09:15
@BelfordZ
Copy link
Member

BelfordZ commented May 7, 2024

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant